home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / gifexe44.zip / MAKESHOW.BAT < prev    next >
DOS Batch File  |  1994-02-27  |  1KB  |  42 lines

  1. rem
  2. rem First put a directory of all the gifs in the current directory
  3. rem into a file...
  4. rem 
  5. dir /b *.gif > list
  6. rem
  7. rem Now all the GIF files will be in the file "list"
  8. rem
  9. rem Edit the file "list" and add any options that you want to each GIF
  10. rem in the list.
  11. rem
  12. rem Example:
  13. rem
  14. rem If the file "list" looks like:
  15. rem
  16. rem          sunset.gif
  17. rem          bike.gif
  18. rem          mountain.gif
  19. rem
  20. rem Then edit in the (registered version) options that you want for each GIF:
  21. rem
  22. rem          sunset.gif  /fadein /delay=2
  23. rem          bike.gif /delay=2
  24. rem          mountain.gif /delay=2 /fadeout
  25. rem
  26. rem If you don't edit the file to add options like /delay and /fadeout,
  27. rem then a "standard" slideshow program will be produced, and you will have to 
  28. rem press a key after each GIF to go on to the next GIF.
  29. rem
  30. rem To make the slideshow program from your file "list", use the following
  31. rem command:
  32. rem
  33. rem gifexe @list
  34. rem
  35. rem or
  36. rem
  37. rem gifexe @list /cycle=1
  38. rem
  39. rem for a continuous slideshow.
  40. rem
  41.  
  42.